home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Aug 89 / X0112-PoseModally always -Aug89 < prev    next >
Encoding:
Text File  |  1989-08-29  |  712 b   |  25 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  PASCOE1      to APPLE.BUGS
  2.  
  3. Item    7221770                         29-Aug-89        06:41
  4.  
  5. From:   PASCOE1                         Pascoe, Geoff,APL
  6.  
  7. To:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    PoseModally always Commits
  10.  
  11.  
  12. TDialogView.PoseModally always commits the last command.  It seems to me that
  13. this shouldn't happen if fDismisser is fCancelItem.  It users would be very
  14. surprised to find that if they accidentally bring up a dialog box and
  15. subsequently cancel it, that the last undoable command is no longer undoable.
  16. A simple check before returning
  17.  
  18. IF fDismisser <> fCancelItem THEN
  19.     gApplication.CommitLastCommand;
  20.  
  21. should solve this problem.
  22.  
  23. Geoff
  24.  
  25.